home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr28 / 3c509drv.zip / FLOPYINS.BAT < prev    next >
DOS Batch File  |  1993-06-01  |  2KB  |  66 lines

  1. echo off
  2. REM %%VER NetWare Floppy Installation Utility Program v2.0b
  3. if %mono%==y goto b&w
  4. ..\install\flushkey
  5. ..\install\check videocard
  6. if errorlevel 1 goto color
  7. :b&w
  8. cls
  9. goto contin
  10. :color
  11. ..\install\get b 31
  12. :contin
  13. type ..\blank2.men
  14. ..\install\echoxy 4 28 N E T W A R E     M E N U
  15. ..\install\echoxy 6 17 I N S T A L L I N G    N E T W A R E    D R I V E R S
  16. ..\install\echoxy 8 14 Make the EtherDisk diskette a NetWare Option diskette
  17. ..\install\echoxy 10 14 This will copy the lan driver files to the root
  18. ..\install\echoxy 11 14 directory of the diskette for use with the NetWare
  19. ..\install\echoxy 12 14 generation/installation utilities (NETGEN, WSGEN,
  20. ..\install\echoxy 13 14 INSTALL, etc.).
  21. ..\install\echoxy 16 24 Continue? (y/n):
  22. ..\install\reply
  23. if errorlevel 126 goto end
  24. if errorlevel 125 goto inval
  25. if errorlevel 122 goto inval
  26. if errorlevel 121 goto ok
  27. if errorlevel 111 goto inval
  28. if errorlevel 110 goto end
  29. if errorlevel 90 goto inval
  30. if errorlevel 89 goto ok
  31. if errorlevel 79 goto inval
  32. if errorlevel 78 goto end
  33. if errorlevel 60 goto inval
  34. if errorlevel 59 goto help
  35. if errorlevel 28 goto inval
  36. if errorlevel 27 goto end
  37. if errorlevel 13 goto inval
  38. goto end
  39.  
  40.  
  41. :ok
  42. ..\install\echoxy 18 13 Copying files . . .
  43. copy 286\*.lan \  > nul
  44. copy 286\*.obj \  > nul
  45. ..\install\echoxy 18 13 The NetWare drivers have been copied to the root
  46. ..\install\echoxy 19 13 directory.  See your NetWare installation manual
  47. ..\install\echoxy 20 13 for instructions on uploading the drivers.
  48. ..\install\echoxy 22 13 Strike any key to return to the previous menu.
  49. ..\install\reply
  50.  
  51. :end
  52. netware
  53.  
  54. :inval
  55. ..\install\echoxy 18 17 **** Invalid key, try again. ****
  56. echo 
  57. echo 
  58. echo.
  59. flopyins
  60.  
  61. :help
  62. ..\install\echoxy 24 1
  63. type flopyins.hlp
  64. pause
  65. flopyins
  66.